DescribePropertyUserDiff
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/Sas/DescribePropertyUserDiff
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
IsRoot | BODY | string | No | No sample value for this parameter. | whether to root permission account, value range: 1: means yes 0: indicates no |
User | BODY | string | No | No sample value for this parameter. | user account name. |
Uuid | BODY | string | No | No sample value for this parameter. | host asset UUID. |
PageSize | BODY | integer | No | No sample value for this parameter. | specifies the maximum number of records per page in the returned result. default value: 20 |
CurrentPage | BODY | integer | No | No sample value for this parameter. | specifies the number of pages currently returned. default value: 1 |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
DiffStatus | BODY | string | No | No sample value for this parameter. | Change type, value range: create: indicates new delete: indicates deletion modified: indicates modification |
Remark | BODY | string | No | No sample value for this parameter. | host asset IP or instance name. description supports fuzzy matching. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
GroupName | string | no demo value | user group information. |
IsRoot | string | no demo value | whether it is a Root permission account. |
User | string | no demo value | account name. |
RequestId | string | no demo value | request ID. |
PageSize | integer | no demo value | page displays the maximum number of records. |
Ip | string | no demo value | host IP. |
PropertyUserDiffs | array | no demo value | host user account change information. see the following parameter description for specific sub-items. |
AccountsExpirationDate | string | no demo value | account expiration time. |
DiffKeyList | string | no demo value | change field name. |
DiffStatus | string | no demo value | change type. |
InstanceName | string | no demo value | host instance name. |
TotalCount | integer | no demo value | total number of records returned. |
Uuid | string | no demo value | host asset UUID. |
CurrentPage | integer | no demo value | currently returns page number. |
Create | string | no demo value | information reporting time. |
PasswordExpirationDate | string | no demo value | account password expiration time. |
Example
Successful Response example
{
"GroupName":"no demo value",
"IsRoot":"no demo value",
"User":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"Ip":"no demo value",
"PropertyUserDiffs":"no demo value",
"AccountsExpirationDate":"no demo value",
"DiffKeyList":"no demo value",
"DiffStatus":"no demo value",
"InstanceName":"no demo value",
"TotalCount":"no demo value",
"Uuid":"no demo value",
"CurrentPage":"no demo value",
"Create":"no demo value",
"PasswordExpirationDate":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}